-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
MediaConchFirstPass display option #507
base: master
Are you sure you want to change the base?
Conversation
Oo la la |
Yes! Tested all of these and look good to me. 👍 |
What is the purpose of MediaConchFirstPass.xsl? |
It is for some characterization, but the policy is set up differently. It would be like:
output would be:
|
I think MediaConchFirstPass should have a more relevant name. Not sure of which one, but here this is not clear. |
|
It seems like a FirstFail would be more useful? |
It is not quicker, so -1 for it. |
Does the user interact with the file name? I don't think CSV and First2Pass make much sense in the GUI where a report is viewed for a single record at a time. But how should these be in the CLI? MediaConchCSV
MediaConchSimple
For scalability perhaps we should have long names as alias.
|
|
But what is the use case for FirstPass (to be renamed or not)? |
todo: documentation, but generally the idea is to categorize media with a set of top-level policies and report on the first matching one. Some top level policies to detect if it is final cut capture, then another for media express capture, an access file, a mezzanine, etc. Then if you have a large set of random files this policy would group them by a type. |
I see. Contingent on this very specific use case of the first policy being the most important and set up in this particular way so that it may direct files out accordingly. |
A bit inspired by the archivematica FPR as they have to categorize files and act according to that. The semantics are a bit off in this case though as pass/fail doesn't seem as appropriate, but it's more like match/not-match. |
From my point of view Each display has some concerns (e.g. CSV output would not work well when we get 2 implementation checkers and 2 formats are in the list of parsed), I suggest to open 1 PR per display in order to not mix discussions. |
Right, csv presumes the values of the first implementation check for each subsequent file. I could restrict it to Matroska. I can split the PR tonight. |
CSV and Simple are added (#522, #523, #524). I let this one open for discussion about MediaConchFirstPass.xsl.
|
This is old. |
No description provided.